Hệ thống bổ nhiệm bác sĩ trong PHP bằng mã nguồn

1 <?php include('header.php'); ?>
2
3 <?php include(
'admin/function.php'); ?>
4
5
6
7     <!--
this is for donor registraton -->
8     <div
class="main_content" style="background-color:#fff;">
9         <h2
class="text-center" style="background-color:#272327;color: #fff;padding: 5px;">Choose Your Login</h2>
10         <div
class="col-md-12">
11             <div
class="box1" style="float: left;margin-left: 325px;">
12                 <h4
class="text-center;" ><a href="patient_login.php" style="text-decoration: none;color:red;">I am Patient</a></h4>
13             </div>
14             
15             <div
class="box2" style="float: right;margin-right: 385px;">
16                 <h4
class="text-center;"><a href="#" style="text-decoration: none;color:red;">I am Doctor</a></h4>
17             </div>
18             
19         </div>
20
21
22
23         
24           
25     </div><br><br><br><br>
26         
27     
28     
29     
30
31     
32  <?php include(
'footer.php'); ?>
33
34
35     
36     </div><!-- containerFluid Ends -->
37
38
39
40
41     <script src=
"js/bootstrap.min.js"></script>
42
43
44
45
46
47     
48 </body>
49 </html>


Gõ tìm kiếm nhanh...